From: Jakub Steiner Date: Wed, 29 Jun 2022 19:37:20 +0000 (+0200) Subject: theme: selectable labels legibility X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~81^2^2~96^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6776c21350a83fec82e0b9a43c1c10fff3d29660;p=gtk4.git theme: selectable labels legibility - don't set fg color for selections Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5017 --- diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index 077eabc30b..183ab80d2a 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -173,7 +173,7 @@ label { > selection { background-color: $backdrop_selected_bg_color; - color: $selected_fg_color; + color: transparent; &:focus-within { background-color: $selected_text_bg_color; }